home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / comm / misc / zvm1_19.lha / playamiga.zvm < prev    next >
Text File  |  1993-04-20  |  222b  |  9 lines

  1. /* This is called when someone plays a file on the amiga sound system */
  2. /* Called with args:  filename,volume */
  3.  
  4. parse arg filename ',' volume .
  5.  
  6. address command 'voice:dsound' '-2 -v' || volume '"' || filename || '"'
  7.  
  8.  
  9.